Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NArrayHelpers<T> Class / SafeArrayEquals Method


In This Topic
    SafeArrayEquals Method
    In This Topic
    Safe array equals check
    Syntax
    'Declaration
     
    
    Public Shared Function SafeArrayEquals( _
       ByVal arr1() As T, _
       ByVal arr2() As T _
    ) As System.Boolean
    'Usage
     
    
    Dim arr1() As T
    Dim arr2() As T
    Dim value As System.Boolean
     
    value = NArrayHelpers(Of T).SafeArrayEquals(arr1, arr2)
    public static System.bool SafeArrayEquals( 
       T[] arr1,
       T[] arr2
    )

    Parameters

    arr1
    arr2
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also